/**********news**/
.news{
	width: 1026px; overflow: hidden; margin: 5px auto;}
.news ul{}
.news ul li{
	width:100%; overflow: hidden; float: left; margin-bottom: 5px;}
.news ul li a{display: block;} 
.news .news-left{
	width: 329px; height: 240px; float: left;}  
.news .news-right{
	width: 632px; height: 180px; padding: 30px; float: right; background: #dbdcdc;} 
.news .news-right h1{
	width: 500px; height: 30px; line-height: 30px; float: left; font-size: 16px; float: left;}
.news .news-right .date{
	float:right; color:#9fa6b0; line-height:33px; font-size:16px;}
.news .news-right p{
	width: 100%; height: auto; overflow: hidden; line-height: 30px; margin: 15px 0;}	
.news .news-right .more{ float:right;}



